Connect to Windows with RDP
2014/07/11 |
Connect to Windows machines with RDP ( Remote Desktop Protocol ). Install FreeRDP to do it.
|
|
[1] | If you installed Desktop Environment, FreeRDP is already installed though, but if not, Install it like follows. |
[root@dlp ~]# yum -y install freerdp |
[2] | Input command on Desktop terminal like follows. |
[cent@dlp ~]$ xfreerdp -g 800x600 -u Serverworld 10.0.0.100
# -g [screen resolution]connected to 10.0.0.100:3389 Password: # password of the user # -u [username] # [destination hostname or IP address] |
[3] | Just connected to Windows. |